home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / editors / emacs / xemacs / xemacs-1.004 / xemacs-1 / xemacs-19.13 / src / s / bsd4-2.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-08-04  |  2.2 KB  |  83 lines

  1. /* Definitions file for GNU Emacs running on bsd 4.2
  2.    Copyright (C) 1985, 1986, 1994 Free Software Foundation, Inc.
  3.  
  4. This file is part of GNU Emacs.
  5.  
  6. GNU Emacs is free software; you can redistribute it and/or modify
  7. it under the terms of the GNU General Public License as published by
  8. the Free Software Foundation; either version 2, or (at your option)
  9. any later version.
  10.  
  11. GNU Emacs is distributed in the hope that it will be useful,
  12. but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  14. GNU General Public License for more details.
  15.  
  16. You should have received a copy of the GNU General Public License
  17. along with GNU Emacs; see the file COPYING.  If not, write to
  18. the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
  19.  
  20. /* Synched up with: FSF 19.29. */
  21.  
  22. /*
  23.  *    Define symbols to identify the version of Unix this is.
  24.  *    Define all the symbols that apply correctly.
  25.  */
  26.  
  27. #ifndef BSD4_2
  28. #define BSD4_2 1
  29. #endif /* BSD4_2 */
  30.  
  31. #ifndef BSD
  32. #define BSD_WAS_DEFINED
  33. #define BSD 42
  34. #endif /* BSD */
  35.  
  36. /* SYSTEM_TYPE should indicate the kind of system you are using.
  37.  It sets the Lisp variable system-type.  */
  38.  
  39. #define SYSTEM_TYPE "berkeley-unix"
  40.  
  41. /* First pty name is /dev/ptyp0.  */
  42.  
  43. #define FIRST_PTY_LETTER 'p'
  44.  
  45. /*
  46.  *    Define HAVE_PTYS if the system supports pty devices.
  47.  */
  48.  
  49. #define HAVE_PTYS
  50.  
  51. /* Define this macro if system defines a type `union wait'.  */
  52.  
  53. #define HAVE_UNION_WAIT
  54.  
  55. /* If your system uses COFF (Common Object File Format) then define the
  56.    preprocessor symbol "COFF". */
  57.  
  58. /* #define COFF */
  59.  
  60. /* define MAIL_USE_FLOCK if the mailer uses flock
  61.    to interlock access to /usr/spool/mail/$USER.
  62.    The alternative is that a lock file named
  63.    /usr/spool/mail/$USER.lock.  */
  64.  
  65. /* #define MAIL_USE_FLOCK */
  66.  
  67. /* The file containing the kernel's symbol table is called /vmunix.  */
  68.  
  69. #define KERNEL_FILE "/vmunix"
  70.  
  71. /* The symbol in the kernel where the load average is found
  72.    is named _avenrun.  */
  73.  
  74. #define LDAV_SYMBOL "_avenrun"
  75.  
  76. /* Send signals to subprocesses by "typing" special chars at them.  */
  77.  
  78. #define SIGNALS_VIA_CHARACTERS
  79.  
  80. /* Formerly "BSD_PGRPS" */
  81.  
  82. #define SIGIO_REQUIRES_SEPARATE_PROCESS_GROUP
  83.